home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000075_news@newsmaster….columbia.edu _Thu Jul 17 14:03:21 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA14694
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 17 Jul 1997 14:03:21 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA20031
  7.     for kermit.misc@watsun; Thu, 17 Jul 1997 14:03:19 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: DOS Kermit 3.14: Transmit command.
  12. Date: 17 Jul 1997 18:03:10 GMT
  13. Organization: Columbia University
  14. Lines: 11
  15. Message-ID: <5qlmou$4ar$1@apakabar.cc.columbia.edu>
  16. References: <01bc924a$fcc9f3a0$7774d8cc@fatman>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7346
  19.  
  20. In article <01bc924a$fcc9f3a0$7774d8cc@fatman>,
  21. Michael Quinn <nospam@eat.me> wrote:
  22. : Is there any way to configure DOS Kermit 3.14 to TRANSMIT a file without
  23. : the host handshaking.  I've tried setting Handshake and Flow Control to
  24. : None, but Kermit will only send the first line.
  25. Like it says in the manual:
  26.  
  27.   set transmit prompt \0
  28.  
  29. - Frank